- getActions() - Method in class ddejonge.nb3.algorithm.NB3Message
-
- getActions() - Method in class ddejonge.nb3.algorithm.NB3Proposal
-
- getBranch() - Method in class ddejonge.nb3.algorithm.NB3Node
-
Returns a list containing the nodes in the path from the root to this node (excluding the root itself)
The first element is a direct child of the root node, and the last element is this node.
- getDepth() - Method in class ddejonge.nb3.algorithm.NB3Node
-
- getID() - Method in class ddejonge.nb3.algorithm.NB3Proposal
-
- getLabel() - Method in class ddejonge.nb3.algorithm.NB3Node
-
- getLowerBound(int) - Method in class ddejonge.nb3.algorithm.NB3Node
-
- getMyNormalizedUtility() - Method in class ddejonge.nb3.algorithm.NB3Proposal
-
- getNumAcceptedByUs() - Method in class ddejonge.nb3.algorithm.NB3Algorithm
-
Returns the number of deals that have been accepted by this agent.
- getNumAgents() - Method in class ddejonge.nb3.algorithm.NB3WorldState
-
- getNumberOfNodesGenerated() - Method in class ddejonge.nb3.algorithm.NB3Algorithm
-
- getNumDealsMade() - Method in class ddejonge.nb3.algorithm.NB3Algorithm
-
Returns the number of deals that have been confirmed.
- getNumFoundByUs() - Method in class ddejonge.nb3.algorithm.NB3Algorithm
-
Returns the number of rational deals found by the search algorithm.
- getNumProposedByUs() - Method in class ddejonge.nb3.algorithm.NB3Algorithm
-
Returns the number of deals that have been proposed by this agent.
- getNumProposedToUs() - Method in class ddejonge.nb3.algorithm.NB3Algorithm
-
Returns the number of deals that have been proposed to this agent.
- getOppNormalizedUtility() - Method in class ddejonge.nb3.algorithm.NB3Proposal
-
- getParent() - Method in class ddejonge.nb3.algorithm.NB3Node
-
- getParticipatingAgents(ArrayList<NB3Node>) - Method in class ddejonge.nb3.algorithm.NB3Algorithm
-
Necessary in order to create a proposal object (which needs to know the pa in order to determine whether how
many agents still need to accept).
- getParticipatingAgents() - Method in class ddejonge.nb3.algorithm.NB3Proposal
-
- getProposalID() - Method in class ddejonge.nb3.algorithm.NB3Message
-
- getProposer() - Method in class ddejonge.nb3.algorithm.NB3Proposal
-
- getSender() - Method in class ddejonge.nb3.algorithm.NB3Message
-
- getType() - Method in class ddejonge.nb3.algorithm.NB3Message
-
- getType() - Method in class ddejonge.nb3.algorithm.NB3Node
-
- getUpperBound(int) - Method in class ddejonge.nb3.algorithm.NB3Node
-